home *** CD-ROM | disk | FTP | other *** search
- There was a problem with the MPEG audio player ported by Michael Rausch. When
- the program is used to write an AIFF file, it fails because of an I/O Error
- during the seek. I believe that this is a problem with SAS/C. I replaced the
- fseek() call with some code to write data with fprintf() which has the same
- effect of skipping forward in the file. I also replaced another call to fseek
- with code which closes the file and opens it in append mode. This binary is
- compiled for 040/881. If you need another binary, I have provided the
- modified source files so that you can recompile it to suit your needs. If you
- don't have SAS/C, email me and I may be able to get it compiled for you..
-
- Be sure to get the original file mpegaudio.lha off of aminet for instructions,
- and the rest of the source code, etc...
-
-
- ----------------------------------
- Changes were made to:
-
- aiff_write_headers() (and prototype), iff_seek_to_sound_data(), and main() for
- the file musicout.c.
- ----------------------------------
-
- Dan Oberlin
- fkrj@crux2.cit.cornell.edu
-